home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / wsetup20.zip / sample.reg < prev    next >
Windows Registry Data  |  1994-09-30  |  827b  |  22 lines

  1. REGEDIT
  2.  
  3. Sample registration file for WinSetup 2.0
  4.  
  5. Lines will be modified by the installation program if they contain the following special combination of characters.
  6.  
  7. [t] or [T]    Replaced with end user specified target directory
  8. [w] or [W]    Replaced with Windows directory
  9. [s] or [S]    Replaced with system directory
  10. [d] or [D]    Replaced with Window drive (c:)
  11. [r] or [R]    Replaced with last source directory
  12. [o] or [O]    Replaced with program option string selected by end user
  13.  
  14.  
  15. HKEY_CLASSES_ROOT\SAPL = Standard application
  16. HKEY_CLASSES_ROOT\.EXT = SAPL
  17. HKEY_CLASSES_ROOT\SAPL\shell\print\command = [t]\prog.exe /p %1
  18. HKEY_CLASSES_ROOT\SAPL\shell\open\command = [t]\prog.exe %1
  19. HKEY_CLASSES_ROOT\SAPL\protocol\StdFileEditing\verb\0 = Edit
  20. HKEY_CLASSES_ROOT\SAPL\protocol\StdFileEditing\server = [t]\prog.exe
  21.  
  22.